The following instructions will modify your site settings and banner system to be more integrated with the ability to set a size on your banners. This will then enable you to show banners in the side panels if wanted.
Becouse this is altering core system files it is not an infusion so is not included in the install for the banner_panel infusion.
This may not be the best or most effective method for doing this but is works and until someone does something better it will do the job.
Be sure to follow the instructions correctly only after backing up:
fusion_admin/settings.php
fusion_infusions/banner_panel/banner_panel.php

 

find at about lin 67 in settings.php
maintenance_message='".$_POST['maintenance_message']."'
directly after paste the following code

Find at about line 123/124 in settings.php
<td width='60%'><textarea name='maintenance_message' rows='5' class='textbox' style='width:250px;'>".stripslashes($settings2['maintenance_message'])."</textarea></td>
</tr>

directly after paste the following code

in banner_panel.php line 49 find this
if($cid==$userdata[user_id])
{//we own it so dont count and on click look at stats
echo"<center><a href='".FUSION_INFUSIONS."banner_panel/banner_client.php'> <img src='".$imageurl."' border='0'></a></center>";
}
else

Replace with this

in banner_panel.php line 65 find this
echo"<center><a target=\"_banner\" href=\"".FUSION_INFUSIONS."banner_panel/click.php?bid=$bid\"><img src='".$imageurl."' border='0'></a></center>";

Replace with this


Run the following Database query